Commit c1314cd8 by 程裕兵

feat:pay

parent 9ef43d78
......@@ -135,6 +135,10 @@ public class PayConvert {
scene = SubChannelEnums.WX == params.getSubChannel() ? SubChannelOpenTypeEnums.WX_GZH_OFFLINE
: SubChannelOpenTypeEnums.ALI_OFFLINE;
break;
case BARCODE:
scene = SubChannelEnums.WX == params.getSubChannel() ? SubChannelOpenTypeEnums.WX_BARCODE
: SubChannelOpenTypeEnums.ALI_OFFLINE;
break;
default:
throw new BizException(FinanceErrorEnums.NOT_SUPPORT_TYPE);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment