Browse Source

更新

master
huangjiajun 1 year ago
parent
commit
bdc8ccb1d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zero_buy/api.go

+ 1
- 1
zero_buy/api.go View File

@@ -7,7 +7,7 @@ import (
)

func ZeroBuyUrl(appSecret string, param map[string]string) string {
url := "http://h5.hlpay178.cn/#/"
url := "https://h5.hlpay178.cn/#/"
param["deviceID"] = strings.ReplaceAll(param["deviceID"], " ", "")
deviceID, _ := php2go.URLDecode(param["deviceID"])
if deviceID != "" {


Loading…
Cancel
Save