jpush-api-nodejs-client icon indicating copy to clipboard operation
jpush-api-nodejs-client copied to clipboard

ReferenceError: third_party_channel is not defined

Open macwish opened this issue 4 years ago • 0 comments

lib/JPush/PushPayloadAsync.js#L396

function setOptions (...., third_part_channel) {

    if (third_party_channel != null) {
        //
    } 
}

macwish avatar Sep 25 '21 19:09 macwish