Skip to content

Commit

Permalink
简化应用关联(app_id为空,新建应用关联;app_id不为空,编辑应用关联)
Browse files Browse the repository at this point in the history
  • Loading branch information
brjunsuc committed Mar 14, 2023
1 parent 4663fa7 commit 6723e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/source/system/base-info.ctrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
);
setting_save($server_setting, 'server_setting');
}
$card_route = '/card?url=' . urlencode($server_setting['url']) . '&token=' . $server_setting['token'] . '&aes_key=' . $server_setting['encodingaeskey'];
$card_route = '/card?url=' . urlencode($server_setting['url']) . '&app_id=' . $server_setting['app_id'] . '&token=' . $server_setting['token'] . '&aes_key=' . $server_setting['encodingaeskey'];
template('system/base-info');
}

Expand Down

0 comments on commit 6723e3a

Please sign in to comment.