vr-shopxo-source/application/api
liuyi bf147e1570 修复在PHP7.4以上微信小程序无法授权的问题,原因在于:Unparenthesized a ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)``
已经正则匹配查询过application下所有文件,仅发现这个文件有这个被弃用的写法,已经全部修正,通过测试可以正常授权了。
2020-05-13 02:17:19 +08:00
..
config 附件配置优化 2019-08-06 18:25:00 +08:00
controller 修复在PHP7.4以上微信小程序无法授权的问题,原因在于:Unparenthesized a ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)`` 2020-05-13 02:17:19 +08:00
index.html