Explorar el Código

更新

tags/v1.6.1^2
huangjiajun hace 1 año
padre
commit
d7fc1bd069
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/local_wechat/api.go

+ 1
- 1
lib/local_wechat/api.go Ver fichero

@@ -143,7 +143,7 @@ func TradePcPay(client *wechat.Client, subject, orderID, amount, notifyUrl, prod
return nil, err
}
r := map[string]string{
"code_url": wxRsp.CodeUrl,
"payQrcode": wxRsp.CodeUrl,
}
return r, nil
}


Cargando…
Cancelar
Guardar