瀏覽代碼

update

one_orenge
DengBiao 9 月之前
父節點
當前提交
c1f0643633
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      consume/withdraw_consume.go

+ 1
- 1
consume/withdraw_consume.go 查看文件

@@ -73,7 +73,7 @@ func handleWithdrawConsume(msgData []byte) error {
fmt.Println(msg)
var url = "http://admin.99813608.zhiyingos.com/index/transfer"
if cfg.Prd {
url = "http://zhios-admin"
url = "http://zhios-admin/index/transfer"
}
post, err := utils.CurlPost(url, msg, nil)
if err != nil {


Loading…
取消
儲存