凌小翔

Results 1 issues of 凌小翔

> https://github.com/jpush/jpush-api-php-client/blob/master/src/JPush/PushPayload.php #### options里面没有加上third_party_channel参数的判断,导致vivo厂商通道的参数无法加入 ``` "options": { "third_party_channel": { "vivo": { "distribution": "ospush", "classification": 1//可选,int 类型,2020/06 新增,和vivo官方字段含义一致 0 代表运营消息,1 代表系统消息,不填vivo官方默认为0 } } } ``` https://go48pg.yuque.com/docs/share/83fb8f80-1edb-48ca-8e4a-df8a45d82c6b?# ![image](https://user-images.githubusercontent.com/8098212/140008060-6ea397ac-d206-49ba-922c-d72430c54f2f.png) #### 应修改为 ``` public...