Exemplo n.º 1
0
 def test_032_api_78dk_platform_mm_base_saveStoreBusiness_uidNONE(self):
     """
     Time       :2019-08-14
     author     : songchao
     desc       :门店业务信息-正新增或修改-v1.4——uuid比为空
     """
     res = PlatformAction.test_api_78dk_platform_mm_base_store_saveStoreBusiness(
         discountpercent='', list=[], storeuuid='', workpercent='')
     Assertion.verity(json.loads(res)['code'], '20000')
Exemplo n.º 2
0
 def test_029_api_78dk_platform_mm_base_saveStoreBusiness(self):
     """
     Time       :2019-08-14
     author     : songchao
     desc       :门店业务信息-正常新增或修改-v1.4
     """
     global store_uuid
     store_uuid = global_dict.get('store_uuid')
     res = PlatformAction.test_api_78dk_platform_mm_base_store_saveStoreBusiness(
         discountpercent='', list=[], storeuuid=store_uuid, workpercent='')
     Assertion.verity(json.loads(res)['code'], '20000')