|
@@ -180,7 +180,7 @@ def addAKJson(game, sdk, subChannel, config):
|
|
|
'''
|
|
|
添加config.json
|
|
|
'''
|
|
|
- if 'tianyuyou' not in config:
|
|
|
+ if 'akJson' not in config:
|
|
|
return 0
|
|
|
|
|
|
print('add config.json...')
|
|
@@ -195,7 +195,7 @@ def addPJson(game, sdk, subChannel, config):
|
|
|
'''
|
|
|
添加config.json
|
|
|
'''
|
|
|
- if 'configData' not in config:
|
|
|
+ if 'pJson' not in config:
|
|
|
return 0
|
|
|
|
|
|
print('add config.json...')
|