wupengfei
2025-02-20 c48683d52511648af2f249ee0a240613e34ce0ad
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 || {}),
  });
}