fadd
This commit is contained in:
@@ -35,7 +35,7 @@ func ProcessYYSY6D9ARequest(ctx context.Context, params []byte, deps *processors
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 以表单方式调用数脉 API;参数在 CallAPIForm 内转为 application/x-www-form-urlencoded
|
// 以表单方式调用数脉 API;参数在 CallAPIForm 内转为 application/x-www-form-urlencoded
|
||||||
apiPath := "/v4/mobile-transfer/query"
|
apiPath := "/v1/mobile_status/checky"
|
||||||
respBytes, err := deps.ShumaiService.CallAPIForm(ctx, apiPath, reqFormData)
|
respBytes, err := deps.ShumaiService.CallAPIForm(ctx, apiPath, reqFormData)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if errors.Is(err, shumai.ErrDatasource) {
|
if errors.Is(err, shumai.ErrDatasource) {
|
||||||
|
|||||||
Reference in New Issue
Block a user