This commit is contained in:
@@ -32,9 +32,7 @@ export class WechatConfigService extends BaseService {
|
||||
/**
|
||||
* 创建支付配置
|
||||
*/
|
||||
static createWechatConfig(
|
||||
data: CreateWechatConfigRequest
|
||||
): Promise<BaseResponse<WechatConfig>> {
|
||||
static createWechatConfig(data: CreateWechatConfigRequest): Promise<BaseResponse<WechatConfig>> {
|
||||
return this.post<BaseResponse<WechatConfig>>('/api/admin/wechat-configs', data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user