|
|
@@ -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 != "" { |
|
|
|