TestDemo.java 291 Bytes
package com.huaheng.test;

import com.huaheng.api.jindie.InvokeHelper;
import com.kingdee.bos.webapi.sdk.K3CloudApi;

public class TestDemo {

    public static void main(String[] args) throws Exception {
        InvokeHelper.Login("630861b9b68cfe","13560088336","123456789",2052);
    }

}