|
@@ -88,7 +88,7 @@ func CashOutAccount() {
|
|
|
break
|
|
|
}
|
|
|
|
|
|
- if cashOutInfo.AppID == "wxef36f8713d6469b5" { //b端 商户卡
|
|
|
+ if cashOutInfo.AppID == "wxcf8e7dbe7d7e1ebd" { //b端 云联通商户卡
|
|
|
var account shanghu.ClientPayTrans
|
|
|
err = account.SettleSubMerchant(cashOutInfo.Amount, cashOutInfo.OpenID, cashOutInfo.ID)
|
|
|
if err != nil {
|
|
@@ -100,7 +100,7 @@ func CashOutAccount() {
|
|
|
continue
|
|
|
}
|
|
|
|
|
|
- } else if cashOutInfo.AppID == "wx25357518f710b8ce" { //c端 周末传媒
|
|
|
+ } else if cashOutInfo.AppID == "wx8595c589dd736486" { //c端 云联通玩乐卡
|
|
|
var account shanghu.ClientPayTrans
|
|
|
err = account.SettleSubClient(cashOutInfo.Amount, cashOutInfo.OpenID, cashOutInfo.ID)
|
|
|
if err != nil {
|