Php 设置快速签出:ReturnURL和CancelURL无效

Php 设置快速签出:ReturnURL和CancelURL无效,php,codeigniter,paypal,Php,Codeigniter,Paypal,我使用贝宝定期付款与快速结帐。现在我面临返回URL和取消URL错误,请检查下面的文件 排列 ( ) 以下是我的SetExpressCheckout方法: $SECFields = array( 'token' => '', 'maxamt' => '6.98',

我使用贝宝定期付款与快速结帐。现在我面临返回URL和取消URL错误,请检查下面的文件

排列 (

)

以下是我的SetExpressCheckout方法:

$SECFields = array(
                        'token' => '',                              
                        'maxamt' => '6.98',                      
                        'returnurl' => 'https://musiculus.com/frontend/payment_plus',           
                        'cancelurl' => 'https://musiculus.com/frontend/membership',                 
                        'callback' => '',                           
                        'callbacktimeout' => '',                    
                        'callbackversion' => '61.0',                
                        'reqconfirmshipping' => '0',                
                        'noshipping' => '1',                        
                        'allownote' => '0',                         
                        'addroverride' => '1',                      
                        'localecode' => '',                         
                        'pagestyle' => '',                          
                        'hdrimg' => '',                             
                        'hdrbordercolor' => '',                      
                        'hdrbackcolor' => '',                       
                        'payflowcolor' => '',                       
                        'skipdetails' => '',                        
                        'email' => '',                              
                        'solutiontype' => '',                       
                        'landingpage' => '',                        
                        'channeltype' => '',                        
                        'giropaysuccessurl' => '',                  
                        'giropaycancelurl' => '',                   
                        'banktxnpendingurl' => '',              
                        'brandname' => '',                            
                        'customerservicenumber' => '',              
                        'giftmessageenable' => '',                  
                        'giftreceiptenable' => '',                  
                        'giftwrapenable' => '',                     
                        'giftwrapname' => '',                       
                        'giftwrapamount' => '',                     
                        'buyeremailoptionenable' => '',             
                        'surveyquestion' => 'Are you listing?',     
                        'surveyenable' => '',                       
                        'totaltype' => '',                          
                        'notetobuyer' => '',                                            
                        'buyerid' => '',                            
                        'buyerusername' => '',                      
                        'buyerregistrationdate' => '',              
                        'allowpushfunding' => ''                    
                    );
以下是paypal返回的url:

谢谢你的帮助

$SECFields = array(
                        'token' => '',                              
                        'maxamt' => '6.98',                      
                        'returnurl' => 'https://musiculus.com/frontend/payment_plus',           
                        'cancelurl' => 'https://musiculus.com/frontend/membership',                 
                        'callback' => '',                           
                        'callbacktimeout' => '',                    
                        'callbackversion' => '61.0',                
                        'reqconfirmshipping' => '0',                
                        'noshipping' => '1',                        
                        'allownote' => '0',                         
                        'addroverride' => '1',                      
                        'localecode' => '',                         
                        'pagestyle' => '',                          
                        'hdrimg' => '',                             
                        'hdrbordercolor' => '',                      
                        'hdrbackcolor' => '',                       
                        'payflowcolor' => '',                       
                        'skipdetails' => '',                        
                        'email' => '',                              
                        'solutiontype' => '',                       
                        'landingpage' => '',                        
                        'channeltype' => '',                        
                        'giropaysuccessurl' => '',                  
                        'giropaycancelurl' => '',                   
                        'banktxnpendingurl' => '',              
                        'brandname' => '',                            
                        'customerservicenumber' => '',              
                        'giftmessageenable' => '',                  
                        'giftreceiptenable' => '',                  
                        'giftwrapenable' => '',                     
                        'giftwrapname' => '',                       
                        'giftwrapamount' => '',                     
                        'buyeremailoptionenable' => '',             
                        'surveyquestion' => 'Are you listing?',     
                        'surveyenable' => '',                       
                        'totaltype' => '',                          
                        'notetobuyer' => '',                                            
                        'buyerid' => '',                            
                        'buyerusername' => '',                      
                        'buyerregistrationdate' => '',              
                        'allowpushfunding' => ''                    
                    );