This commit is contained in:
邹宗楠
2025-07-07 16:53:07 +08:00
parent 15775cfb16
commit 0f5c95243f
3 changed files with 26 additions and 21 deletions

View File

@@ -106,7 +106,7 @@ func (c *JxOrderController) QueryBarCodeRefundStatus() {
c.callQueryBarCodeRefundStatus(func(params *tJxorderQueryBarCodeRefundStatusParams) (retVal interface{}, errCode string, err error) {
switch params.PayType {
case "tonglian":
//retVal, err = localjx.RefundBarCodeScannerOrder(params.AfsOrderId)
//err = localjx.RefundBarCodeScannerOrder(params.AfsOrderId)
case "lakala":
retVal, err = localjx.QueryBarCodeRefundStatus(params.AfsOrderId)
}