Commit d3992804 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程一脚本提交

parent 191cf348
...@@ -73,6 +73,7 @@ def test1(type=1): ...@@ -73,6 +73,7 @@ def test1(type=1):
info = FileUtils().r_info8('b5_spd3_core_business_flow', "产品审核信息", 'message%s' % i) info = FileUtils().r_info8('b5_spd3_core_business_flow', "产品审核信息", 'message%s' % i)
hosGoodsId = info['hosGoodsId'] hosGoodsId = info['hosGoodsId']
import_goods(hosGoodsId) import_goods(hosGoodsId)
time.sleep(6)
# for i in range(1, 6): # for i in range(1, 6):
# info = FileUtils().r_info8('b5_spd3_core_business_flow', "产品审核信息", 'message%s' % i) # info = FileUtils().r_info8('b5_spd3_core_business_flow', "产品审核信息", 'message%s' % i)
# hosGoodsId = info['hosGoodsId'] # hosGoodsId = info['hosGoodsId']
......
Supports Markdown
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