mirror of
				https://github.com/kongyuebin1/dongfeng-pay.git
				synced 2025-11-01 02:57:33 +08:00 
			
		
		
		
	修复bugs
This commit is contained in:
		| @@ -420,7 +420,7 @@ func (c *UpdateService) ResultPayFor(resultType, bankOrderId string) *datas.KeyD | ||||
| 		return keyDataJSON | ||||
| 	} | ||||
|  | ||||
| 	u, _ := web.AppConfig.String("host") | ||||
| 	u, _ := web.AppConfig.String("gateway::host") | ||||
| 	u = u + "/solve/payfor/result?" + "resultType=" + resultType + "&bankOrderId=" + bankOrderId | ||||
| 	s, err := httplib.Get(u).String() | ||||
| 	if err != nil || s == common.FAIL { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user