アリペイパラメータ

1514 ワード

public void AliPay()
{
    SortedDictionary<string, string> sParaTemp = new SortedDictionary<string, string>();
    sParaTemp.Add("service", "");//           
    sParaTemp.Add("partner", "");//     ID(                   。 2088   16      。)       
    sParaTemp.Add("_input_charset", "gbk");//              
    sParaTemp.Add("sign_type", "RSA");//    (    ,     RSA)       
    sParaTemp.Add("sign", "");//         
    sParaTemp.Add("notify_url", "");//                  
    sParaTemp.Add("app_id", "");//          
    sParaTemp.Add("appenv", "");//           
    sParaTemp.Add("out_trade_no", "");//                
    sParaTemp.Add("subject", "");//           
    sParaTemp.Add("payment_type", "1");//    (    。    :1(    ))       
    sParaTemp.Add("seller_id", "");//              
    sParaTemp.Add("total_fee", "");//          
    sParaTemp.Add("body", "");//           
    sParaTemp.Add("goods_type", "");//    (1:    ;0:    )      
    sParaTemp.Add("rn_check", "");//              
    sParaTemp.Add("it_b_pay", "30m");//                
    sParaTemp.Add("extern_token", "");//          
    sParaTemp.Add("out_context", "");//              
}