支付模块
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
114 B

  1. package md
  2. const (
  3. ZHIOS_PAY_URL_PRD = "http://pay.zhios.cn"
  4. ZHIOS_PAY_URL_DEV = "http://pay.fnuo123.com.cn"
  5. )