Browse Source

update

one_orenge
DengBiao 8 months ago
parent
commit
c1f0643633
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/withdraw_consume.go

+ 1
- 1
consume/withdraw_consume.go View File

@@ -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…
Cancel
Save