crazybird - 2008-6-23 20:53:00
官方的版本里没有 api文件夹
求 api/dz/Adapt.config文件和 api/api.aspx文件
crazybird - 2008-6-24 9:51:00
自己按照程序的要在写咯个 Adapt.config
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<adapt>
<isAdapt>false</isAdapt>
<adaptKey>BzolAIP</adaptKey>
<adaptPath>http://bbs.xxx.com/api/netcms/api.aspx</adaptPath>
</adapt>
crazybird - 2008-6-24 9:53:00
但是那个能提供
api/api.aspx文件
bidongyang - 2008-11-26 16:51:00
顶起来!
为什么官方版本故意没有呢?
ym110 - 2008-12-1 20:31:00
chinabill - 2009-1-6 13:39:00
楼上的文件
case "change":
{
UserAdapt ua = new UserAdapt();
try
{
这行出错 Info inf = new Info();
UserName = Request.QueryString["username"];
UserPassword = Request.QueryString["password"];
UserNum = ua.getUserNumByUserName(UserName);
string MD2 = NetCMS.Common.Input.MD5(UserPassword, true);
inf.Update(MD2, UserNum);
}
上面的Info对应NETCMS中是哪个类呀