zym2525
2025-03-11 afdc0faf165dbc0c90e45043b4f500a3d53ba20f
packages/services/api/ThirdPartCallBack.ts
@@ -24,3 +24,11 @@
    ...(options || {}),
  });
}
/** 信任签异步通知 POST /api/ThirdPartCallBack/SignorderNotify */
export async function signorderNotify(options?: API.RequestConfig) {
  return request<any>('/api/ThirdPartCallBack/SignorderNotify', {
    method: 'POST',
    ...(options || {}),
  });
}