소스 검색

update

one_orenge
DengBiao 8 달 전
부모
커밋
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 {


불러오는 중...
취소
저장