Browse Source

优化

pull/1/head
LG_lai 3 years ago
parent
commit
1afb1db2db
9 changed files with 1 additions and 10 deletions
  1. 3
      003-DirectSaleForwardFactoring/3-Factoring/1-Packing.robot
  2. 1
      003-DirectSaleForwardFactoring/3-Factoring/2-Papermill_operation.robot
  3. 1
      003-DirectSaleForwardFactoring/3-Factoring/4-Factoring.robot
  4. 1
      004-DirectSaleReverseFactoring/3-Factoring/2-Papermill_operation.robot
  5. 1
      004-DirectSaleReverseFactoring/3-Factoring/5-Reverse_factoring.robot
  6. 1
      005-AgencyForwardFactoring/3-Factoring/2-Papermill_operation.robot
  7. 1
      005-AgencyForwardFactoring/3-Factoring/4-Factoring.robot
  8. 1
      006-CounterFactoring/3-Factoring/2-Papermill_operation.robot
  9. 1
      006-CounterFactoring/3-Factoring/5-Reverse_factoring.robot

3
003-DirectSaleForwardFactoring/3-Factoring/1-Packing.robot

@ -3,7 +3,6 @@ Library Collections
Library RequestsLibrary Library RequestsLibrary
Library DatabaseLibrary Library DatabaseLibrary
Library urllib3 Library urllib3
Library ExcelLibrary
*** Test Cases *** *** Test Cases ***
connect_databaseLibrary connect_databaseLibrary
@ -16,7 +15,7 @@ connect_databaseLibrary
apply_factoring apply_factoring
#发起第三方保理 #发起第三方保理
Create Session factoring ${ztbclient} ${client_header}
Create Session factoring ${ztbclient} ${client_headerP}
${data} Set Variable {"idList":["${OrderId}"]} ${data} Set Variable {"idList":["${OrderId}"]}
${reps} POST On Session factoring ztb-supply-chain-service/user/apply/packer/factoring ${data.encode('utf-8')} ${reps} POST On Session factoring ztb-supply-chain-service/user/apply/packer/factoring ${data.encode('utf-8')}

1
003-DirectSaleForwardFactoring/3-Factoring/2-Papermill_operation.robot

@ -1,7 +1,6 @@
*** Settings *** *** Settings ***
Library RequestsLibrary Library RequestsLibrary
Library Collections Library Collections
Library ExcelLibrary
Library urllib3 Library urllib3
*** Test Cases *** *** Test Cases ***

1
003-DirectSaleForwardFactoring/3-Factoring/4-Factoring.robot

@ -1,5 +1,4 @@
*** Settings *** *** Settings ***
Library ExcelLibrary
Library Collections Library Collections
Library RequestsLibrary Library RequestsLibrary
Library urllib3 Library urllib3

1
004-DirectSaleReverseFactoring/3-Factoring/2-Papermill_operation.robot

@ -1,7 +1,6 @@
*** Settings *** *** Settings ***
Library RequestsLibrary Library RequestsLibrary
Library Collections Library Collections
Library ExcelLibrary
Library urllib3 Library urllib3
*** Test Cases *** *** Test Cases ***

1
004-DirectSaleReverseFactoring/3-Factoring/5-Reverse_factoring.robot

@ -2,7 +2,6 @@
Library DateTime Library DateTime
Library RequestsLibrary Library RequestsLibrary
Library Collections Library Collections
Library ExcelLibrary
*** Test Cases *** *** Test Cases ***
White_audit White_audit

1
005-AgencyForwardFactoring/3-Factoring/2-Papermill_operation.robot

@ -1,7 +1,6 @@
*** Settings *** *** Settings ***
Library RequestsLibrary Library RequestsLibrary
Library Collections Library Collections
Library ExcelLibrary
Library urllib3 Library urllib3
*** Test Cases *** *** Test Cases ***

1
005-AgencyForwardFactoring/3-Factoring/4-Factoring.robot

@ -1,5 +1,4 @@
*** Settings *** *** Settings ***
Library ExcelLibrary
Library Collections Library Collections
Library RequestsLibrary Library RequestsLibrary
Library urllib3 Library urllib3

1
006-CounterFactoring/3-Factoring/2-Papermill_operation.robot

@ -1,7 +1,6 @@
*** Settings *** *** Settings ***
Library RequestsLibrary Library RequestsLibrary
Library Collections Library Collections
Library ExcelLibrary
Library urllib3 Library urllib3
*** Test Cases *** *** Test Cases ***

1
006-CounterFactoring/3-Factoring/5-Reverse_factoring.robot

@ -2,7 +2,6 @@
Library DateTime Library DateTime
Library RequestsLibrary Library RequestsLibrary
Library Collections Library Collections
Library ExcelLibrary
*** Test Cases *** *** Test Cases ***
White_audit White_audit

Loading…
Cancel
Save