Esempio n. 1
0
 def test16_post_settings(self):
     """调用common_settings配置充值请求列表订阅邮件列表"""
     module_id = "161d77bb7e99f472f61ede6629b73ee6"
     email1 = "*****@*****.**"
     email2 = "*****@*****.**"
     r = common_settings.post_request(module_id)
     r.test1_post_settings(email1, email2)
Esempio n. 2
0
 def test10_post_settings(self):
     """调用common_settings配置充值请求列表订阅邮件列表"""
     module_id="c64d9830c7688cb1366a954b97ff87e7"
     email1="*****@*****.**"
     email2="*****@*****.**"
     r=common_settings.post_request(module_id)
     r.test1_post_settings(email1,email2)
Esempio n. 3
0
 def test13_post_settings(self):
     """调用common_settings配置充值请求列表订阅邮件列表"""
     module_id="a8f3e2b3d7b38bdbb2bb13ea3508792d"
     email1="*****@*****.**"
     email2="*****@*****.**"
     r=common_settings.post_request(module_id)
     r.test1_post_settings(email1,email2)
Esempio n. 4
0
 def test13_clear_settings(self):
     """调用common_settings清空充值请求列表订阅邮件列表"""
     module_id="c64d9830c7688cb1366a954b97ff87e7"
     r=common_settings.post_request(module_id)
     r.test3_clear_settings()
Esempio n. 5
0
 def test11_get_settings(self):
     """调用common_settings获取充值请求列表订阅邮件列表"""
     module_id="c64d9830c7688cb1366a954b97ff87e7"
     r=common_settings.post_request(module_id)
     r.test2_get_settings()
Esempio n. 6
0
 def test19_clear_settings(self):
     """调用common_settings清空充值请求列表订阅邮件列表"""
     module_id = "161d77bb7e99f472f61ede6629b73ee6"
     r = common_settings.post_request(module_id)
     r.test3_clear_settings()
Esempio n. 7
0
 def test17_get_settings(self):
     """调用common_settings获取充值请求列表订阅邮件列表"""
     module_id = "161d77bb7e99f472f61ede6629b73ee6"
     r = common_settings.post_request(module_id)
     r.test2_get_settings()
Esempio n. 8
0
 def test16_clear_settings(self):
     """调用common_settings清空充值请求列表订阅邮件列表"""
     module_id="a8f3e2b3d7b38bdbb2bb13ea3508792d"
     r=common_settings.post_request(module_id)
     r.test3_clear_settings()
Esempio n. 9
0
 def test14_get_settings(self):
     """调用common_settings获取充值请求列表订阅邮件列表"""
     module_id="a8f3e2b3d7b38bdbb2bb13ea3508792d"
     r=common_settings.post_request(module_id)
     r.test2_get_settings()