You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
195 B

"use strict";const n=require("../../request/index.js"),t={getEnableChannelCodeList:e=>n.request({url:"/pay/channel/get-enable-code-list",method:"GET",params:{appId:e}})};exports.PayChannelApi=t;