添加thyy appname
This commit is contained in:
@@ -422,6 +422,8 @@ public class BuyOrderController {
|
||||
paymentInfo.setAppName("zmzm");
|
||||
} else if (buyOrder.getCome()==3) {
|
||||
paymentInfo.setAppName("xlkj");
|
||||
} else if (buyOrder.getCome()==4) {
|
||||
paymentInfo.setAppName("thyy");
|
||||
}
|
||||
wxpayService.prepay(paymentInfo);
|
||||
}
|
||||
@@ -661,6 +663,8 @@ public class BuyOrderController {
|
||||
paymentInfo.setAppName("zmzm");
|
||||
} else if (buyOrder.getCome()==3) {
|
||||
paymentInfo.setAppName("xlkj");
|
||||
} else if (buyOrder.getCome()==4) {
|
||||
paymentInfo.setAppName("thyy");
|
||||
}else {
|
||||
paymentInfo.setAppName(buyOrder.getAppName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user