zhengyiming
2025-03-06 f0e0411fd7f7c018f0a835815beadddb28398e8e
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 || {}),
  });
}