mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 01:50:30 +08:00
3894315759
Made-with: Cursor
12 lines
361 B
C++
12 lines
361 B
C++
/*
|
|
* 比特安索(Bitanswer)适配器实现(占位)。
|
|
*
|
|
* 版权所有 © 广州创飞人工智能技术有限公司
|
|
* 开发者:huangping@craftlabs.cn
|
|
*/
|
|
#include "bitanswer_adapter.h"
|
|
|
|
void bitanswer_adapter_register(void) {
|
|
/* 后续里程碑:在此挂接 Bit_LoginEx、Bit_QueryFeature 等与 craftlabs_auth 生命周期对齐。 */
|
|
}
|