Ver a proveniência

更新

tags/v1.6.1^2
huangjiajun há 1 ano
ascendente
cometimento
d7fc1bd069
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      lib/local_wechat/api.go

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

@@ -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
}


Carregando…
Cancelar
Guardar