摘要:
``` C('APPID'), 'mch_id' => C('MCHID'), 'nonce_str' => self::createNonceStr(), 'sign_type' => 'MD5', 'body' => ... 阅读全文
摘要:
布局 初始化数据 获取数据函数 在onLoad中加载数据 阅读全文
摘要:
```php 阅读全文
摘要:
``` where(['key'= $key]) find(); return $data['value']; } / 查询多个key $keys = 'total_donate,total_help,total_join'; $keys = ['total_donate','total_help' 阅读全文