|
@@ -21,7 +21,7 @@ def getSdkConfig(jsonConfig, config):
|
|
|
|
|
|
splash_sc['setScaleType'] = False
|
|
splash_sc['setScaleType'] = False
|
|
splash_sc['type'] = 0
|
|
splash_sc['type'] = 0
|
|
- pJson['splash_sc'] = 'splash_sc'
|
|
|
|
|
|
+ pJson['splash_sc'] = splash_sc
|
|
|
|
|
|
pJson['agent_id'] = tianyuyou['agent_id']
|
|
pJson['agent_id'] = tianyuyou['agent_id']
|
|
pJson['agent_app_id'] = tianyuyou['agent_app_id']
|
|
pJson['agent_app_id'] = tianyuyou['agent_app_id']
|
|
@@ -31,7 +31,7 @@ def getSdkConfig(jsonConfig, config):
|
|
sub_sdk_param['TY_CLIENTKEY'] = tianyuyou['TY_CLIENTKEY']
|
|
sub_sdk_param['TY_CLIENTKEY'] = tianyuyou['TY_CLIENTKEY']
|
|
sub_sdk_param['URL_ID'] = tianyuyou['URL_ID']
|
|
sub_sdk_param['URL_ID'] = tianyuyou['URL_ID']
|
|
|
|
|
|
- pJson['sub_sdk_param'] = 'sub_sdk_param'
|
|
|
|
|
|
+ pJson['sub_sdk_param'] = sub_sdk_param
|
|
|
|
|
|
jsonConfig['akJson'] = akJson
|
|
jsonConfig['akJson'] = akJson
|
|
jsonConfig['pJson'] = pJson
|
|
jsonConfig['pJson'] = pJson
|