<feat>去掉删除判断

This commit is contained in:
Rzy 2024-08-08 16:37:23 +08:00
parent 1f7d46c110
commit 0755b14aa2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func (w *Pay) CreateOrder(order_type int) {
w.Order, w.PayCode = services.OrderCreate(&ordersmodel.Orders{
MerchantId: w.paycheck.Merchant.Id,
PayChannelId: w.paycheck.Channel.Id,
AppId: w.paycheck.Channel.Id,
AppId: w.paycheck.Reqs.AppId,
OutTreadNo: w.paycheck.Reqs.OutTradeNo,
OrderType: order_type,
Amount: w.paycheck.Reqs.Amount,