Commit 69632ff7 authored by 桂秋月's avatar 桂秋月

1

parent 63728640
...@@ -79,5 +79,5 @@ case_number_ka_koala_repay = [{'ka_koala_repay':['791','789','790','786','787',' ...@@ -79,5 +79,5 @@ case_number_ka_koala_repay = [{'ka_koala_repay':['791','789','790','786','787','
case_number_test = [{'passportapi':[323,382,383,384]},{'koala_repay':[679, 680]},{'passportapi':[323,382,383,384]}] case_number_test = [{'passportapi':[323,382,383,384]},{'koala_repay':[679, 680]},{'passportapi':[323,382,383,384]}]
[sqldata] [sqldata]
sqldata = [139] sqldata = [266622]
...@@ -257,7 +257,7 @@ def zentaopms_data(panda_name,projectId,psid): ...@@ -257,7 +257,7 @@ def zentaopms_data(panda_name,projectId,psid):
if __name__ == "__main__": if __name__ == "__main__":
names=['msg'] names=['passportapi']
#names=['zhongtai_hetong','msg','configuration_center'] #names=['zhongtai_hetong','msg','configuration_center']
for name in names: for name in names:
......
...@@ -22,4 +22,4 @@ ...@@ -22,4 +22,4 @@
"aftersql": "saveuserId(\\'user_id\\')", "aftersql": "saveuserId(\\'user_id\\')",
"beforasql": "select id from xyqb_user.user where phone_no='%s'" "beforasql": "select id from xyqb_user.user where phone_no='%s'"
} }
} }
\ No newline at end of file
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
"result": { "result": {
"code": "0000" "code": "0000"
} }
} }
\ No newline at end of file
...@@ -16,4 +16,4 @@ ...@@ -16,4 +16,4 @@
"resule": { "resule": {
"code": "0000" "code": "0000"
} }
} }
\ No newline at end of file
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
"result": { "result": {
"code": "0000" "code": "0000"
} }
} }
\ No newline at end of file
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
"result": { "result": {
"code": "0000" "code": "0000"
} }
} }
\ No newline at end of file
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
"result": { "result": {
"code": "0000" "code": "0000"
} }
} }
\ No newline at end of file
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
"code": "0000" "code": "0000"
}, },
"type": "api" "type": "api"
} }
\ No newline at end of file
...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
}, },
"db": "payment_center", "db": "payment_center",
"sql": "select id,preserve_phone_no from payment_center.bank_card where user_id in \r\n(select id from payment_center.user where xyqb_uid in (select id from xyqb_user.user where phone_no='{{phone_no}}'));" "sql": "select id,preserve_phone_no from payment_center.bank_card where user_id in \r\n(select id from payment_center.user where xyqb_uid in (select id from xyqb_user.user where phone_no='{{phone_no}}'));"
} }
\ No newline at end of file
{
"method": "post",
"commit": "mo分配资产计划(post)",
"url": "/external/test/funding/plan/save",
"casename": "token",
"body": {
"fundCorpId": "{{fundcorpid}}",
"planDate": "%s",
"maxAssignAmount": "10000000",
"maxLoanAmount": "10000000",
"maxLoanPeople": "1000",
"maxAssignPeople": "1000",
"priorityLevel": "1"
},
"sql": "SELECT concat(date(now()))",
"header": {
"Content-Type": "application/x-www-form-urlencoded",
"x-auth-token": "opapitoken"
},
"type": "moclotho",
"result": {
"code": "0000"
}
}
\ No newline at end of file
{
"method": "post",
"commit": "mo资金方不限制配置(post)",
"url": "/external/test/funding/policy/save",
"casename": "token",
"body": {
"fundCorpId": "{{fundcorpid}}",
"minQgScore": "-1",
"maxQgScore": "-1",
"assignTimes": "",
"productType": "{{productid}}",
"pickProduct": "",
"fetchConfig": "0:04",
"autoLoanFetchConfig": "0:03",
"priorityChannel": "",
"banChannel": "",
"loanTimes": "0:00-23:59",
"onlyChannel": "159439",
"isAutoAssign": "true",
"isAutoLoan": "true",
"isAutoFetch": "true",
"autoLoanFetch": "true"
},
"sql": "SELECT funding_corp_id from xyqb.funding_corp_policy order by rand() limit 1;",
"header": {
"Content-Type": "application/x-www-form-urlencoded",
"x-auth-token": "opapitoken"
},
"type": "moclotho",
"nextstep": "['productid']",
"result": {
"code": "0000"
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment